home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / update-manager / DistUpgrade.cfg < prev    next >
Encoding:
INI File  |  2009-04-27  |  3.7 KB  |  109 lines

  1. [View]
  2. # the views will be tried in this order, if one fails to import, the next
  3. # is tried
  4. View=DistUpgradeViewGtk,DistUpgradeViewKDE,DistUpgradeViewText
  5. #View=DistUpgradeViewNonInteractive
  6. #Depends= python-apt (>= 0.6.0), apt (>= 0.6)
  7. # the views below support ugprades over ssh connection
  8. SupportSSH=DistUpgradeViewText,DistUpgradeViewNonInteractive
  9.  
  10. # Distro contains global information about the upgrade
  11. [Distro]
  12. # the meta-pkgs we support
  13. MetaPkgs=ubuntu-desktop, kubuntu-desktop, edubuntu-desktop, xubuntu-desktop, ubuntustudio-desktop, ichthux-desktop, mythbuntu-desktop, kubuntu-kde4-desktop
  14. BaseMetaPkgs=ubuntu-minimal, ubuntu-standard
  15. PostUpgradePurge=xorg-common, libgl1-mesa, ltsp-client, ltspfsd, python2.3
  16. Demotions=demoted.cfg
  17. RemoveEssentialOk=sysvinit
  18. RemovalBlacklistFile=removal_blacklist.cfg
  19. # if those packages were installed, make sure to keep them installed
  20. KeepInstalledPkgs=gnumeric, hpijs, grub
  21. KeepInstalledSection=translations
  22. RemoveObsoletes=yes
  23. ForcedObsoletes=esound, esound-common, slocate, ksplash-engine-moodin, powernowd
  24. # example rule
  25. #PostUpgrade{Install,Remove,Purge}=evms
  26. #PostUpgradePurge=kdm-kde4
  27. # libflashsupport is now oboselete and causes problems so we remove it
  28. # early
  29. PostUpgradeRemove=libflashsupport
  30. PostUpgradeUpgrade=brasero
  31. PostInstallScripts=./xorg_fix_proprietary.py
  32. #EnableApport=yes
  33. # this supported blacklisting certain versions to ensure we do not upgrade
  34. # to a known broken version. python2.6 was broken during intrepid->jaunty
  35. BadVersions=python2.6_2.6.1-1ubuntu8,python-central_0.6.11ubuntu5
  36.  
  37. [KernelRemoval]
  38. Version=2.6.27
  39. BaseNames=linux-image,linux-headers,linux-image-debug,linux-ubuntu-modules,linux-header-lum,linux-backport-modules,linux-header-lbm,linux-restricted-modules
  40. Types=386,generic,rt,server,virtual
  41.  
  42. # information about the individual meta-pkgs
  43. [ubuntu-desktop]
  44. KeyDependencies=gdm, usplash-theme-ubuntu, ubuntu-artwork, ubuntu-sounds
  45. # those pkgs will be marked remove right after the distUpgrade in the cache
  46. PostUpgradeRemove=xscreensaver, gnome-cups-manager, powermanagement-interface
  47. ForcedObsoletes=desktop-effects, cups-pdf
  48.  
  49. [kubuntu-desktop]
  50. KeyDependencies=kdm, kubuntu-artwork-usplash
  51. PostUpgradeRemove=powermanagement-interface, guidance-power-manager, kde-guidance-powermanager
  52. PostUpgradeInstall=dontzap
  53. # those packages are marked as obsolete right after the upgrade
  54. ForcedObsoletes=ivman, cups-pdf, gtk-qt-engine
  55.  
  56. [kubuntu-kde4-desktop]
  57. KeyDependencies=kdebase-bin-kde4, kubuntu-artwork-usplash, kwin-kde4
  58.  
  59. [edubuntu-desktop]
  60. KeyDependencies=edubuntu-artwork, tuxpaint
  61.  
  62. [xubuntu-desktop]
  63. KeyDependencies=xubuntu-artwork-usplash, xubuntu-default-settings, xfwm4
  64. ForcedObsoletes=cups-pdf
  65.  
  66. [ubuntustudio-desktop]
  67. KeyDependencies=ubuntustudio-default-settings, ubuntustudio-look, usplash-theme-ubuntustudio
  68.  
  69. [ichthux-desktop]
  70. KeyDependencies=ichthux-artwork-usplash, ichthux-default-settings
  71.  
  72. [mythbuntu-desktop]
  73. KeyDependencies=mythbuntu-artwork-usplash,mythbuntu-default-settings
  74.  
  75. [Files]
  76. BackupExt=distUpgrade
  77. LogDir=/var/log/dist-upgrade
  78.  
  79. [Sources]
  80. From=intrepid
  81. To=jaunty
  82. ValidOrigin=Ubuntu
  83. ValidMirrors = mirrors.cfg
  84. Components=main,restricted,universe,multiverse
  85.  
  86. ;[PreRequists]
  87. ;Packages=release-upgrader-apt,release-upgrader-dpkg
  88. ;SourcesList=prerequists-sources.list
  89. ;SourcesList-ia64=prerequists-sources.ports.list
  90. ;SourcesList-hppa=prerequists-sources.ports.list
  91.  
  92. [Aufs]
  93. ; this is a xor option, either full or chroot overlay
  94. ;EnableFullOverlay=yes
  95. ;EnableChrootOverlay=yes
  96. ; sync changes from the chroot back to the real system
  97. ;EnableChrootRsync=yes
  98. ; what chroot dir to use
  99. ;ChrootDir=/tmp/upgrade-chroot
  100. ; the RW dir to use (either for full overlay or chroot overlay)
  101. ;RWDir=/tmp/upgrade-rw
  102.  
  103. [Network]
  104. MaxRetries=3
  105.  
  106. [NonInteractive]
  107. ForceOverwrite=no
  108. RealReboot=no
  109.